home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_2 / cnttlkt2.lha / Routines / LOADLIB < prev    next >
Text File  |  1994-12-13  |  157b  |  4 lines

  1. LOADLIB: procedure ; parse arg lib ; if ~exists('libs:'lib) then do
  2.     transmit 'Error loading...'lib;bufferflush;exit;end
  3.     addlib(lib,0,-30,0) ; return
  4.